home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_76 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-28  |  178 b   |  13 lines

  1. on(release){
  2.    _root.newstep = 8;
  3.    with(_root.stepcheck)
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    with(_root.containerfade)
  8.    {
  9.       play();
  10.    }
  11.    gotoAndStop(2);
  12. }
  13.